projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a21e4c
)
Cleanup unused variables
author
Cosimo Cecchi
<cosimoc@gnome.org>
Thu, 3 Mar 2011 22:47:50 +0000
(17:47 -0500)
committer
Cosimo Cecchi
<cosimoc@gnome.org>
Thu, 3 Mar 2011 22:48:26 +0000
(17:48 -0500)
gtk/gtkswitch.c
patch
|
blob
|
history
diff --git
a/gtk/gtkswitch.c
b/gtk/gtkswitch.c
index bd72d5ae456045c20babf4e0752aaa9b0197d1a6..d6a6ea76b221626bc847a38caec89979b08a0e4a 100644
(file)
--- a/
gtk/gtkswitch.c
+++ b/
gtk/gtkswitch.c
@@
-288,7
+288,7
@@
gtk_switch_get_preferred_width (GtkWidget *widget,
GtkSwitchPrivate *priv = GTK_SWITCH (widget)->priv;
GtkStyleContext *context;
GtkStateFlags state;
- GtkBorder padding
, border
;
+ GtkBorder padding;
gint width, slider_width, focus_width, focus_pad;
PangoLayout *layout;
PangoRectangle logical_rect;